object RegCodeDlg: TRegCodeDlg Left = 194 Top = 264 HelpContext = 250 BorderStyle = bsDialog Caption = 'zMUD Registration Code' ClientHeight = 208 ClientWidth = 304 Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image4: TImage Left = 13 Top = 10 Width = 33 Height = 32 AutoSize = True end object Label2: TLabel Left = 52 Top = 20 Width = 219 Height = 13 Caption = 'Enter your registration code and the Name you' end object Label3: TLabel Left = 52 Top = 52 Width = 113 Height = 13 Caption = 'This version is currently:' end object RegState: TLabel Left = 176 Top = 52 Width = 5 Height = 13 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 52 Top = 124 Width = 86 Height = 13 Caption = 'Registration code:' end object Label4: TLabel Left = 72 Top = 33 Width = 163 Height = 13 Caption = 'used to register in the boxes below' end object Label5: TLabel Left = 52 Top = 85 Width = 90 Height = 13 Caption = 'Registration Name:' end object RegCode: TEdit Left = 52 Top = 137 Width = 237 Height = 21 AutoSize = False PasswordChar = '*' TabOrder = 1 end object OKButton: TBitBtn Left = 52 Top = 168 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = OKButtonClick Kind = bkOK end object CancelBtn: TBitBtn Left = 132 Top = 168 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 Kind = bkCancel end object Username: TEdit Left = 52 Top = 98 Width = 237 Height = 21 AutoSize = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 212 Top = 168 Width = 77 Height = 27 HelpContext = 250 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end end